body {
    background-color: #100B16;
    font-family: "Hubot-Sans Medium Narrow";
    color: white;
}

.banner {
    min-height: 100vh;
    width: 100%;
    background-image: url(../images/zengo-wallet/banner.webp);
    background-size: cover;
    object-fit: cover;
    background-position: right top;
}

.container .display-1 {
    color: #FEC83A;
}

.banner .container {
    min-height: 100vh;
}

.container p,
.aboutus p,
.z-about p,
.clone p,
.lt p,
.rev p {
    font-size: larger;
    color: rgb(245, 239, 239);
    font-family: "Hubot-Sans Medium Narrow";
}

.zcs h5{
    font-family: "Hubot-Sans Medium Narrow";
    color: white;
    font-weight: 500 !important;
    font-size: 1.25 rem !important;
}

.z-about img {
    width: 62%;
    margin-left: 55px;
}


.aboutus p {
    width: 70%;
}

article span {
    background: linear-gradient(90deg, #FDD44B 23%, #E48708 118%);
    background-clip: text;
    color: transparent;
}

.zcs .display-4{
    letter-spacing: 1px;
    font-weight: 600;
}

.yellow_btn {
    background: linear-gradient(#FDD44B, #E48708);
    padding: 12px 45px;
    border: none;

}

.container button:hover {
    background: linear-gradient(#E48708, #FDD44B);
}


article section:nth-of-type(even) {
    background: radial-gradient(circle at -55% 216%, rgb(156, 63, 227) 24%, rgb(28, 14, 44), rgb(16, 11, 22));
}

.clone .card {
    background-color: rgb(143, 36, 36);
    color: white;
    padding: 5px 10px 20px;
    height: 100%;
}

.z-about .card {
    background-color: transparent;
    color: white;
    border: 1px solid #A462FF;
    height: 100%;
}

.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #FEC83A;
    display: none;
}

.z-about .card:hover .dot {
    display: block;

}

.z-about .card:hover {
    box-shadow: 0.1px 0.1px 15px 0px rgba(172, 90, 235, 0.4);
}


.z-about .card .p,
.rev .p,
.card2 .p,
.sec .card3 p {
    font-weight: 100;
    color: rgba(247, 247, 247, 0.8);
    font-size: 14.8px;
    line-height: 24px;
    text-transform: capitalize;
    font-family: "Hubot-Sans Medium Narrow";
}

.lt .container p {
    width: 82%;
}

.card2 {
    background: #1C1623;
    border-radius: 14px;
    height: 100%;
    border-bottom: 2px solid transparent;
}

.card2:hover {
    border-bottom: 2px solid #A462FF;
}

.card3 {
    border: 1px solid #A462FF;
    border-radius: 14px;
    height: 100%;
}

.card3:hover {
    box-sizing: border-box;
    background: linear-gradient(257.52deg, rgba(161, 92, 255, 0.25) 38.37%, rgba(25, 14, 39, 0.25) 169.27%);
    border: 1px solid transparent
}

.card4 {
    background: rgba(0, 0, 0, 0.31);
    border-radius: 19px;
    height: 100%;
}

.card5 {
    background: linear-gradient(90deg, #A462FF 0%, #100B16 100%);
    border-radius: 9px;
}

.card4:hover {
    background: rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 18px rgba(164, 98, 255, 0.45);
    border-radius: 19px;
}

.tech-logos {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;

}

.tech {
    width: 90px;
    margin: 8px;
    float: left;
}

.tech .card {
    padding: 5px;
    border: 2px solid rgba(167, 163, 163, 0.4);
    border-radius: 4px;
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}

.tech .card img {
    max-height: 50px;
    max-width: 70px;
}

.tech h5 {
    font-size: 17px !important;
    text-align: center;
    margin-top: 5px;
    white-space: nowrap;
}

.icon img {
    max-width: 80px;
}

.icon img:hover {
    border-radius: 50%;
    box-shadow: 0.5px 0.5px 10px 0 grey;
}

@media screen and (max-width:996px) {

    .banner {
        min-height: auto !important;
        background-position: left top;
    }

    .banner .container {
        min-height: auto !important;
        padding-top: 18px;
    }

    .banner .w-50 {
        width: auto !important;
    }

    .aboutus p {
        width: auto !important;
    }

    .lt p {
        width: auto !important;
    }
}